Skip to content

fix: replace flaky SDK health job with bounded synthetic - #74

Merged
karlwaldman merged 1 commit into
mainfrom
codex/issue-28-bounded-synthetic
Jul 25, 2026
Merged

fix: replace flaky SDK health job with bounded synthetic#74
karlwaldman merged 1 commit into
mainfrom
codex/issue-28-bounded-synthetic

Conversation

@karlwaldman

Copy link
Copy Markdown
Member

Summary

  • replace the weekly full-suite monitor that timed out on every run with an hourly, two-path SDK synthetic
  • fail loudly when the monitor credential is missing and retain privacy-safe JSON receipts for 30 days
  • cover latest price, bounded history, latency budgets, empty data, and secret redaction
  • remove the undeployed Docker/Prometheus example that referenced missing files and printed part of the API key
  • publish the actual alert/dashboard model and incident runbook in the SDK docs

Verification

  • pytest tests/unit/test_synthetic_monitor.py -q --no-cov — 4 passed
  • non-integration suite — 401 passed
  • keyless demo contract — 4 passed against production
  • authenticated synthetic — latest and five-record daily history passed; receipt validated as JSON
  • Ruff check + format on changed Python files
  • CI-equivalent source Ruff and mypy checks
  • package sdist/wheel build
  • MkDocs build
  • workflow YAML parse + git diff --check

Closes #28

No package release and no core deployment. Merging may run the authorized Python GitHub Pages workflow.

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@karlwaldman, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 8 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 1e103314-786d-428e-88b4-12a9790f148b

📥 Commits

Reviewing files that changed from the base of the PR and between 8a061ef and 5e8b788.

📒 Files selected for processing (9)
  • .github/MONITORING_GUIDE.md
  • .github/workflows/weekly-health.yml
  • Dockerfile.monitor
  • docker-compose.monitoring.yml
  • docs/SYNTHETIC_MONITORING.md
  • mkdocs.yml
  • monitoring/README.md
  • scripts/synthetic_monitor.py
  • tests/unit/test_synthetic_monitor.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/issue-28-bounded-synthetic

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@karlwaldman
karlwaldman merged commit c2f6a88 into main Jul 25, 2026
7 checks passed
@karlwaldman
karlwaldman deleted the codex/issue-28-bounded-synthetic branch July 25, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Q2-P2] Add synthetic monitoring with continuous SDK health checks

1 participant